home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / tcp90147.zip / TCP90147.TXT < prev   
Text File  |  1990-09-28  |  3KB  |  84 lines

  1. From indep1!ddsw1!ucsd.edu!tcp-digest-relay Mon Sep 24 08:26:04 1990 remote from tosspot
  2. Received: by tosspot (1.63/waf)
  3.     via UUCP; Mon, 24 Sep 90 22:38:08 EDT
  4.     for lee
  5. Received: by indep1.uucp (/\=-/\ Smail3.1.14.4 #14.19)
  6.     id <m0iGsoo-0001KyC@indep1.uucp>; Mon, 24 Sep 90 08:25 CDT
  7. Received: by ddsw1.mcs.com (/\=-/\ Smail3.1.18.1 #18.27)
  8.     id <m0iGsT4-0000ClC@ddsw1.mcs.com>; Mon, 24 Sep 90 08:03 CDT
  9. Received: from ucsd.edu by lll-winken.llnl.gov (5.59/smail2.5) via SMTP;
  10.     Mon, 24 Sep 90 05:47:54 PDT id AA29786 for tcp-list@indep1.mcs.com
  11. Received: by ucsd.edu; id AA10608
  12.     sendmail 5.64/UCSD-2.1-sun
  13.     Mon, 24 Sep 90 04:30:16 -0700 for edson!liaison!doug
  14. Received: by ucsd.edu; id AA10602
  15.     sendmail 5.64/UCSD-2.1-sun
  16.     Mon, 24 Sep 90 04:30:13 -0700 for /usr/lib/sendmail -oc -odb -oQ/var/spool/lqueue -oi -ftcp-digest-relay tcp-digest-list
  17. Message-Id: <9009241130.AA10602@ucsd.edu>
  18. Date: Mon, 24 Sep 90 04:30:11 PDT
  19. From: Advanced Amateur Radio Networking Group </dev/null@ucsd.edu>
  20. Reply-To: TCP-Group@UCSD.Edu
  21. TCP-Group Digest            Mon, 24 Sep 90       Volume 90 : Issue 147
  22.  
  23. Today's Topics:
  24.                               New FORTH
  25.                           NOS under Windows
  26.  
  27. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  28. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  29. Problems you can't solve otherwise to brian@ucsd.edu.
  30.  
  31. Archives of past issues of the TCP-Group Digest are available
  32. (by FTP only) from UCSD.Edu in directory "mailarchives".
  33. ----------------------------------------------------------------------
  34.  
  35. Date: Mon, 24 Sep 90 09:37:08 +0200
  36. From: klemets@sics.se
  37. Subject: New FORTH
  38. To: tcp-group@ucsd.edu
  39.  
  40. Just a brief note about the state of the NOS FORTH project.
  41. A version 2.0 is available from sics.se. It is now much more like a
  42. real Fig-Forth implementation, the major difference being that it
  43. works on 32 bit integers.
  44. A large part of the interpreters code is written in FORTH, and even
  45. more of it may eventually be rewritten in FORTH.
  46.  
  47. My idea is that remote users should be able to write and execute FORTH
  48. programs in NOS. To prevent users from from crashing NOS, I have
  49. implemented an elaborate memory management scheme.
  50. The FORTH interpreter uses paged segmentation for all memory references.
  51. The user sees memory as a continous address space when it really
  52. consists of fixed size blocks which are allocated as needed.
  53. Pages can be read only, and global variables can be mapped into 4 byte
  54. pages. Different processes can share the same vocabulary on a
  55. copy-on-write basis, or use plain read-write shared memory.
  56.  
  57. There's only one big problem with the FORTH interpreter really, it has
  58. turned so terribly slow...
  59.  
  60. Anders
  61.  
  62. ------------------------------
  63.  
  64. Date: Sun, 23 Sep 90 21:56:29 UTC
  65. From: iw0cnb@tomcat.gsfc.nasa.gov
  66. Subject: NOS under Windows
  67. To: tcp-group@ucsd.edu
  68.  
  69. Anybody trying to use NOS under Windows 3.0 ??
  70. I have tried to, but it loses characters at 4800 baud on a 20 Mhz 386,
  71. with 8250 UARTS.
  72. Everything works OK with the SLIP modem at 1200 baud.
  73. Maybe I should try 16550 chips, but they are difficult to find in Italy.
  74.  
  75. If anybody can help, it would be nice to have 
  76. NOS working under Windows.
  77.  
  78. iw0cnb@tomcat.gfsc.nasa.gov
  79.  
  80. ------------------------------
  81.  
  82. End of TCP-Group Digest
  83. ******************************
  84.